@charset "utf-8";
/* CSS Document */
/* Author: zq */
/* Time: 2015/11/24*/

/*header*/
.float{ position:fixed; top:50%; right:0; margin-top:-176px; z-index:2000; width:48px; height:250px;}
.float_show{ background:url(../images/float_yy.png) repeat; width:48px; height:48px;transition: all ease 0.35s}
.float_show a{ display:block; color:#FFF; font-size:16px; width:auto; height:48px; overflow:hidden;}
.float_show a img{ vertical-align:middle;}
.float_show.float_show0{ background:url(../images/float_cur.png) no-repeat top; padding-top:6px; height:48px;}
.float_show.float_show0 a{ background:url(../images/float_icon1.png) no-repeat; width:48px; height:48px;}
.float_show:hover a{ background-color:#ed7f00; line-height:48px; color:#FFF;}
.float_show.float_show0:hover{ background:url(../images/float_curho.png) no-repeat top;}
.float_show.float_show0:hover a{ background:url(../images/float_icon_ho1.png) no-repeat;}
.float_wx{ display:none; position:absolute; top:-128px; left:-188px; background:url(../images/float_wxbd.png) no-repeat; width:144px; height:168px; padding:18px 27px 0 17px;}
.float_show.float_show1{ position:absolute; top:49px; right:-124px; width:172px;}
.float_show.float_show2{ position:absolute; top:98px; right:-97px; width:145px;}
.float_show.float_show3{ position:absolute; top:147px; right:-78px; width:126px;}
.float_show.float_show4{ position:absolute; top:196px; right:-110px; width:158px;}
.float_show.float_show5{ position:absolute; top:245px; right:-78px; width:126px;}
.float_show:hover{right: 0!important}